ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > MetadataSelection<T> Class > FindIndices Method : FindIndices(String) Method |
'Declaration Public Overloads Function FindIndices( _ ByVal name As System.String _ ) As System.Collections.Generic.IList(Of Integer)
'Usage Dim instance As MetadataSelection(Of T) Dim name As System.String Dim value As System.Collections.Generic.IList(Of Integer) value = instance.FindIndices(name)
public System.Collections.Generic.IList<int> FindIndices( System.string name )
public: System.Collections.Generic.IList<int>* FindIndices( System.string* name )